Skip to content

Add "Go to Next/Previous Keyframe" to Animation Edit menu#107959

Merged
Repiteo merged 1 commit into
godotengine:masterfrom
rapust:add-keyframe-shortcuts
Nov 14, 2025
Merged

Add "Go to Next/Previous Keyframe" to Animation Edit menu#107959
Repiteo merged 1 commit into
godotengine:masterfrom
rapust:add-keyframe-shortcuts

Conversation

@rapust
Copy link
Copy Markdown
Contributor

@rapust rapust commented Jun 25, 2025

Summary

This PR adds two new actions to the Animation Edit menu in the Animation panel:

  • Go to Next Keyframe (Shift + Alt + D)
  • Go to Previous Keyframe (Shift + Alt + A)

These shortcuts already existed internally, but were not shown in the UI. This change exposes them in the menu and improves discoverability.

image

Notes

  • This is a UI/UX improvement only — no functional behavior has been changed.

Resolves #107707

@AThousandShips AThousandShips changed the title Add 'Go to Next/Previous Keyframe' to Animation Edit menu Add "Go to Next/Previous Keyframe" to Animation Edit menu Jun 25, 2025
@AThousandShips AThousandShips requested a review from a team June 25, 2025 07:23
@AThousandShips AThousandShips added this to the 4.x milestone Jun 25, 2025
@TokageItLab TokageItLab modified the milestones: 4.x, 4.6 Jun 27, 2025
Comment thread editor/animation_track_editor.h Outdated
@rapust rapust force-pushed the add-keyframe-shortcuts branch from eb184ab to 6d8d50c Compare June 28, 2025 03:08
@rapust rapust requested a review from a team as a code owner July 7, 2025 22:43
@rapust rapust force-pushed the add-keyframe-shortcuts branch from b70f69f to 1bf7b33 Compare July 7, 2025 22:49
@TokageItLab TokageItLab moved this to Approved, Waiting for Production in Animation Team Issue Triage Jul 7, 2025
@Repiteo Repiteo merged commit 6c63a1f into godotengine:master Nov 14, 2025
20 checks passed
@github-project-automation github-project-automation Bot moved this from Approved, Waiting for Production to Done in Animation Team Issue Triage Nov 14, 2025
@Repiteo
Copy link
Copy Markdown
Contributor

Repiteo commented Nov 14, 2025

Thanks! Congratulations on your first merged contribution! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

The Edit drop-down list in the Animation Editor is missing "Go to Next Keyframe" and "Go to Previous Keyframe".

4 participants